1 2 3 4 5 6 7 8 9 10 11
import { Main } from "../../src/main"; function IndexRoute() { return ( <div> <Main productName={"Boom id"} /> </div> ); } export { IndexRoute as default };